TryGetValue Method (C1KeyedList<TKey,TItem>)
In This Topic
Gets the page by specified key.
Syntax
'Declaration
Public Function TryGetValue( _
ByVal As , _
ByRef As _
) As Boolean
public bool TryGetValue(
,
out
)
Parameters
- key
- The specified key.
- item
- The page of document.
Return Value
True if item was found in
C1KeyedList<TKey,TItem>;false otherwise.
See Also